home *** CD-ROM | disk | FTP | other *** search
/ Champak 62 / Volume 62 - JOGO DISK .iso / Games / my-shop-dress-up.swf / scripts / DefineButton2_251 / BUTTONCONDACTION on(release).as
Text File  |  2008-03-17  |  178b  |  11 lines

  1. on(release){
  2.    if(btn_bottom2._currentframe > 1)
  3.    {
  4.       btn_bottom2.prevFrame();
  5.    }
  6.    else
  7.    {
  8.       btn_bottom2.gotoAndStop(btn_bottom2._totalframes);
  9.    }
  10. }
  11.